ul (parent)
- li (the previous sibling of "start")
- li (the previous sibling of "start")
- li (sibling)
- li (the next sibling of "start")
- li (the next sibling of "start")
In this example, we narrow down the search result by only returning elements with class name "1", that are siblings of the li element with class name "start".